home *** CD-ROM | disk | FTP | other *** search
- object FormTeeAxis: TFormTeeAxis
- Left = 200
- Top = 102
- ActiveControl = CBShow
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 216
- ClientWidth = 388
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CBShow: TCheckBox
- Left = 16
- Top = 12
- Width = 73
- Height = 17
- HelpContext = 85
- Caption = '&Show Axis'
- TabOrder = 0
- OnClick = CBShowClick
- end
- object RGWhich: TRadioGroup
- Left = 12
- Top = 36
- Width = 77
- Height = 125
- HelpContext = 497
- Caption = 'Axis:'
- ItemIndex = 0
- Items.Strings = (
- '&Left'
- '&Right'
- '&Top'
- '&Bottom'
- '&Depth')
- TabOrder = 1
- OnClick = RGWhichClick
- end
- object CBVisible: TCheckBox
- Left = 14
- Top = 182
- Width = 75
- Height = 17
- HelpContext = 677
- Caption = '&Visible'
- TabOrder = 2
- OnClick = CBVisibleClick
- end
- object PageAxis: TPageControl
- Left = 100
- Top = 8
- Width = 286
- Height = 205
- ActivePage = TabPositions
- TabOrder = 3
- OnChange = PageAxisChange
- OnChanging = PageAxisChanging
- object TabScales: TTabSheet
- Caption = 'Scales'
- object L5: TLabel
- Left = 127
- Top = 36
- Width = 52
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Maximum:'
- end
- object L8: TLabel
- Left = 127
- Top = 64
- Width = 52
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Minimum:'
- end
- object LAxisMax: TLabel
- Left = 184
- Top = 36
- Width = 97
- Height = 17
- AutoSize = False
- Caption = '(max)'
- end
- object LAxisMin: TLabel
- Left = 184
- Top = 64
- Width = 97
- Height = 17
- AutoSize = False
- Caption = '(min)'
- end
- object L6: TLabel
- Left = 85
- Top = 100
- Width = 92
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Desired Increment:'
- end
- object LAxisIncre: TLabel
- Left = 181
- Top = 100
- Width = 100
- Height = 17
- AutoSize = False
- Caption = '(increment)'
- end
- object CBAutomatic: TCheckBox
- Left = 8
- Top = 12
- Width = 77
- Height = 17
- HelpContext = 79
- Caption = '&Automatic'
- TabOrder = 0
- OnClick = CBAutomaticClick
- end
- object CBLogarithmic: TCheckBox
- Left = 8
- Top = 132
- Width = 101
- Height = 17
- HelpContext = 277
- Caption = 'Logarith&mic'
- TabOrder = 6
- OnClick = CBLogarithmicClick
- end
- object CBInverted: TCheckBox
- Left = 120
- Top = 132
- Width = 113
- Height = 17
- HelpContext = 250
- Caption = '&Inverted'
- TabOrder = 7
- OnClick = CBInvertedClick
- end
- object CBAutoMax: TCheckBox
- Left = 8
- Top = 36
- Width = 49
- Height = 17
- HelpContext = 80
- Caption = 'A&uto'
- TabOrder = 1
- OnClick = CBAutoMaxClick
- end
- object CBAutoMin: TCheckBox
- Left = 8
- Top = 64
- Width = 49
- Height = 17
- HelpContext = 81
- Caption = 'Aut&o'
- TabOrder = 3
- OnClick = CBAutoMaxClick
- end
- object BAxisMax: TButton
- Left = 60
- Top = 32
- Width = 65
- Height = 25
- HelpContext = 288
- Caption = 'C&hange...'
- TabOrder = 2
- OnClick = BAxisMaxClick
- end
- object BAxisMin: TButton
- Left = 60
- Top = 60
- Width = 65
- Height = 25
- HelpContext = 292
- Caption = 'Chan&ge...'
- TabOrder = 4
- OnClick = BAxisMinClick
- end
- object BIncre: TButton
- Left = 8
- Top = 96
- Width = 75
- Height = 25
- HelpContext = 248
- Caption = '&Change...'
- TabOrder = 5
- OnClick = BIncreClick
- end
- end
- object TabTitle: TTabSheet
- HelpContext = 650
- Caption = 'Title'
- object L14: TLabel
- Left = 4
- Top = 20
- Width = 51
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'T&itle:'
- FocusControl = ETitle
- end
- object L3: TLabel
- Left = 4
- Top = 54
- Width = 51
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Angle:'
- FocusControl = SETitleAngle
- end
- object L9: TLabel
- Left = 4
- Top = 90
- Width = 51
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Si&ze:'
- end
- object ETitle: TEdit
- Left = 60
- Top = 16
- Width = 197
- Height = 21
- HelpContext = 135
- TabOrder = 0
- OnChange = ETitleChange
- end
- object BTitleFont: TButton
- Left = 124
- Top = 48
- Width = 75
- Height = 25
- HelpContext = 212
- Caption = 'F&ont...'
- TabOrder = 1
- OnClick = BTitleFontClick
- end
- object SETitleAngle: TEdit
- Left = 60
- Top = 49
- Width = 35
- Height = 21
- HelpContext = 45
- TabOrder = 2
- Text = '0'
- OnChange = SETitleAngleChange
- end
- object SETitleSize: TEdit
- Left = 60
- Top = 85
- Width = 35
- Height = 21
- HelpContext = 652
- TabOrder = 3
- Text = '0'
- OnChange = SETitleSizeChange
- end
- object UDTitleSize: TUpDown
- Left = 95
- Top = 85
- Width = 15
- Height = 21
- Associate = SETitleSize
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- object UDTitleAngle: TUpDown
- Left = 95
- Top = 49
- Width = 15
- Height = 21
- Associate = SETitleAngle
- Min = 0
- Max = 360
- Increment = 90
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- end
- object TabLabels: TTabSheet
- HelpContext = 502
- Caption = 'Labels'
- object L20: TLabel
- Left = 8
- Top = 68
- Width = 97
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Min. Se¶tion %:'
- FocusControl = SESepar
- end
- object LabelAxisFormat: TLabel
- Left = 8
- Top = 96
- Width = 97
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Labels For&mat:'
- FocusControl = EValuesFormat
- end
- object L26: TLabel
- Left = 175
- Top = 40
- Width = 45
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Si&ze:'
- FocusControl = SELabelsSize
- end
- object L23: TLabel
- Left = 178
- Top = 68
- Width = 42
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Angle:'
- FocusControl = SELabelsAngle
- end
- object CBLabels: TCheckBox
- Left = 11
- Top = 8
- Width = 54
- Height = 17
- HelpContext = 261
- Caption = 'V&isible'
- TabOrder = 0
- OnClick = CBLabelsClick
- end
- object CBOnAxis: TCheckBox
- Left = 83
- Top = 8
- Width = 106
- Height = 17
- HelpContext = 264
- Caption = 'Label On A&xis'
- TabOrder = 1
- OnClick = CBOnAxisClick
- end
- object CBRoundFirst: TCheckBox
- Left = 83
- Top = 28
- Width = 89
- Height = 17
- HelpContext = 411
- Caption = 'Ro&und First'
- TabOrder = 2
- OnClick = CBRoundFirstClick
- end
- object EValuesFormat: TEdit
- Left = 108
- Top = 92
- Width = 165
- Height = 21
- HelpContext = 84
- TabOrder = 7
- OnChange = EValuesFormatChange
- end
- object SESepar: TEdit
- Left = 108
- Top = 64
- Width = 29
- Height = 21
- HelpContext = 265
- TabOrder = 6
- Text = '0'
- OnChange = SESeparChange
- end
- object BLabelsFont: TButton
- Left = 197
- Top = 5
- Width = 75
- Height = 25
- HelpContext = 263
- Caption = 'F&ont...'
- TabOrder = 3
- OnClick = BLabelsFontClick
- end
- object SELabelsSize: TEdit
- Left = 224
- Top = 37
- Width = 32
- Height = 21
- HelpContext = 266
- TabOrder = 4
- Text = '0'
- OnChange = SELabelsSizeChange
- end
- object SELabelsAngle: TEdit
- Left = 224
- Top = 64
- Width = 32
- Height = 21
- HelpContext = 45
- TabOrder = 5
- Text = '0'
- OnChange = SELabelsAngleChange
- end
- object RGLabelStyle: TRadioGroup
- Left = 8
- Top = 116
- Width = 265
- Height = 57
- HelpContext = 258
- Caption = 'St&yle:'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Auto'
- 'None'
- 'Value'
- 'Mark'
- 'Text')
- TabOrder = 8
- OnClick = RGLabelStyleClick
- end
- object CBMultiline: TCheckBox
- Left = 11
- Top = 28
- Width = 70
- Height = 17
- HelpContext = 777
- Caption = 'Multi-lin&e'
- TabOrder = 9
- OnClick = CBMultilineClick
- end
- object UDSepar: TUpDown
- Left = 137
- Top = 64
- Width = 15
- Height = 21
- Associate = SESepar
- Min = 0
- Increment = 10
- Position = 0
- TabOrder = 10
- Wrap = False
- end
- object UDLabelsSize: TUpDown
- Left = 256
- Top = 37
- Width = 15
- Height = 21
- Associate = SELabelsSize
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 11
- Wrap = False
- end
- object UDLabelsAngle: TUpDown
- Left = 256
- Top = 64
- Width = 15
- Height = 21
- Associate = SELabelsAngle
- Min = 0
- Max = 360
- Increment = 90
- Position = 0
- TabOrder = 12
- Wrap = False
- end
- end
- object TabTicks: TTabSheet
- HelpContext = 646
- Caption = 'Ticks'
- object L28: TLabel
- Left = 92
- Top = 60
- Width = 21
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Len:'
- end
- object L29: TLabel
- Left = 92
- Top = 92
- Width = 21
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Len:'
- end
- object L30: TLabel
- Left = 92
- Top = 124
- Width = 21
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Len:'
- end
- object L31: TLabel
- Left = 168
- Top = 124
- Width = 39
- Height = 25
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Count:'
- FocusControl = SEMinorCount
- end
- object BAxisPen: TButton
- Left = 8
- Top = 20
- Width = 75
- Height = 25
- HelpContext = 83
- Caption = '&Axis Border...'
- TabOrder = 0
- OnClick = BAxisPenClick
- end
- object BTickPen: TButton
- Left = 8
- Top = 56
- Width = 75
- Height = 25
- HelpContext = 646
- Caption = 'T&icks...'
- TabOrder = 2
- OnClick = BTickPenClick
- end
- object BTickInner: TButton
- Left = 8
- Top = 88
- Width = 75
- Height = 25
- HelpContext = 647
- Caption = 'I&nner...'
- TabOrder = 5
- OnClick = BTickInnerClick
- end
- object SEAxisTickLength: TEdit
- Left = 116
- Top = 56
- Width = 34
- Height = 21
- HelpContext = 644
- TabOrder = 3
- Text = '0'
- OnChange = SEAxisTickLengthChange
- end
- object SEInnerTicksLength: TEdit
- Left = 116
- Top = 88
- Width = 34
- Height = 21
- HelpContext = 643
- TabOrder = 6
- Text = '0'
- OnChange = SEInnerTicksLengthChange
- end
- object BTickMinor: TButton
- Left = 8
- Top = 120
- Width = 75
- Height = 25
- HelpContext = 297
- Caption = '&Minor...'
- TabOrder = 7
- OnClick = BTickMinorClick
- end
- object BAxisGrid: TButton
- Left = 116
- Top = 20
- Width = 77
- Height = 25
- HelpContext = 240
- Caption = '&Grid Border...'
- TabOrder = 1
- OnClick = BAxisGridClick
- end
- object SEAxisMinorTickLen: TEdit
- Left = 116
- Top = 120
- Width = 34
- Height = 21
- HelpContext = 294
- TabOrder = 8
- Text = '0'
- OnChange = SEAxisMinorTickLenChange
- end
- object SEMinorCount: TEdit
- Left = 212
- Top = 120
- Width = 32
- Height = 21
- HelpContext = 293
- TabOrder = 9
- Text = '0'
- OnChange = SEMinorCountChange
- end
- object CBTickOnLabels: TCheckBox
- Left = 176
- Top = 52
- Width = 101
- Height = 29
- HelpContext = 645
- Caption = 'At Labels Onl&y'
- TabOrder = 4
- OnClick = CBTickOnLabelsClick
- end
- object CBGridCentered: TCheckBox
- Left = 200
- Top = 24
- Width = 75
- Height = 17
- HelpContext = 761
- Caption = 'C&entered'
- TabOrder = 10
- OnClick = CBGridCenteredClick
- end
- object UDInnerTicksLength: TUpDown
- Left = 150
- Top = 88
- Width = 15
- Height = 21
- Associate = SEInnerTicksLength
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 11
- Wrap = False
- end
- object UDAxisTickLength: TUpDown
- Left = 150
- Top = 56
- Width = 15
- Height = 21
- Associate = SEAxisTickLength
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 12
- Wrap = False
- end
- object UDAxisMinorTickLen: TUpDown
- Left = 150
- Top = 120
- Width = 15
- Height = 21
- Associate = SEAxisMinorTickLen
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 13
- Wrap = False
- end
- object UDMinorCount: TUpDown
- Left = 244
- Top = 120
- Width = 15
- Height = 21
- Associate = SEMinorCount
- Min = 0
- Max = 1000
- Position = 0
- TabOrder = 14
- Wrap = False
- end
- end
- object TabPositions: TTabSheet
- Caption = 'Position'
- object Label41: TLabel
- Left = 8
- Top = 16
- Width = 61
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Position %:'
- FocusControl = EPos
- end
- object Label42: TLabel
- Left = 8
- Top = 56
- Width = 61
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'St&art %:'
- FocusControl = EStart
- end
- object Label43: TLabel
- Left = 8
- Top = 88
- Width = 61
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&End %:'
- FocusControl = EEnd
- end
- object EPos: TEdit
- Left = 74
- Top = 12
- Width = 32
- Height = 21
- HelpContext = 774
- TabOrder = 0
- Text = '0'
- OnChange = EPosChange
- end
- object EStart: TEdit
- Left = 74
- Top = 52
- Width = 32
- Height = 21
- HelpContext = 775
- TabOrder = 1
- Text = '0'
- OnChange = EStartChange
- end
- object EEnd: TEdit
- Left = 74
- Top = 84
- Width = 32
- Height = 21
- HelpContext = 776
- TabOrder = 2
- Text = '0'
- OnChange = EEndChange
- end
- object UDPos: TUpDown
- Left = 106
- Top = 12
- Width = 15
- Height = 21
- HelpContext = 774
- Associate = EPos
- Min = -100
- Position = 0
- TabOrder = 3
- Wrap = False
- end
- object UDStart: TUpDown
- Left = 106
- Top = 52
- Width = 15
- Height = 21
- HelpContext = 775
- Associate = EStart
- Min = 0
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- object UDEnd: TUpDown
- Left = 106
- Top = 84
- Width = 15
- Height = 21
- HelpContext = 776
- Associate = EEnd
- Min = 0
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- end
- end
- end
-